regexp/syntax.parser.op (method)
15 uses
regexp/syntax (current package)
parse.go#L397: func (p *parser) op(op Op) *Regexp {
parse.go#L945: p.op(opLeftParen).Cap = p.numCap
parse.go#L959: p.op(OpBeginText)
parse.go#L961: p.op(OpBeginLine)
parse.go#L966: p.op(OpEndText).Flags |= WasDollar
parse.go#L968: p.op(OpEndLine)
parse.go#L973: p.op(OpAnyChar)
parse.go#L975: p.op(OpAnyCharNotNL)
parse.go#L1021: p.op(OpBeginText)
parse.go#L1025: p.op(OpWordBoundary)
parse.go#L1029: p.op(OpNoWordBoundary)
parse.go#L1049: p.op(OpEndText)
parse.go#L1185: re := p.op(opLeftParen)
parse.go#L1241: p.op(opLeftParen)
parse.go#L1334: p.op(opVerticalBar)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |